projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b296da
)
(buffer): Don't use beginning-of-buffer, end-of-buffer.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 25 Jun 1997 03:03:57 +0000
(
03:03
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 25 Jun 1997 03:03:57 +0000
(
03:03
+0000)
lisp/thingatpt.el
patch
|
blob
|
history
diff --git
a/lisp/thingatpt.el
b/lisp/thingatpt.el
index c163b05a7f45f7c8622e3a7b31e98b5782fd27fe..436f2ff358985559bd4ba1c438f70238641b4950 100644
(file)
--- a/
lisp/thingatpt.el
+++ b/
lisp/thingatpt.el
@@
-225,8
+225,8
@@
a symbol as a valid THING."
;; Buffer
-(put 'buffer 'end-op '
end-of-buffer
)
-(put 'buffer 'beginning-op '
beginning-of-buffer
)
+(put 'buffer 'end-op '
(lambda () (goto-char (point-max)))
)
+(put 'buffer 'beginning-op '
(lambda () (goto-char (point-min)))
)
;; Symbols